home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / TOPICS / audio2 / T1579S6.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1997-08-11  |  24.7 KB  |  1 channel  |  8,000 sample rate  |  23 seconds
Transcription: When the switch statement executes, it compares the value of the controlling expression to the values of each case label. The program will select the value of the case label that equals the value of the controlling expression and branch down that path to the end of the code block. If none of the case label values match, then none of the codes within the switch statement code block will be executed.